home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Features_of_the_Shell / Devices < prev    next >
Text File  |  1992-02-26  |  2KB  |  48 lines

  1.                               Devices
  2.  
  3. There are two different kinds of device.  The first is a physical object, 
  4. like a disk drive or a printer.  The second is made using the Assign command 
  5. and is a convenient way of referring to something.  here are a few devices
  6. you will come across.
  7.  
  8. Physical Devices
  9.  
  10.         Df0:    The internal floppy disk drive
  11.  
  12.         Df1:    External drive #1
  13.  
  14.         Df2/3:  External drives #2 and #3.  Most people only have one or two
  15.                 drives but up to four are supported
  16.  
  17.         Dh0:    Hard drive
  18.  
  19. Assigned devices
  20.  
  21.         PRT:    The printer selected in Preferences
  22.  
  23.         PAR:    A peripheral connected to the parallel port, usually a 
  24.                 printer
  25.  
  26.         SER:    A modem or other peripheral connected to the serial port
  27.  
  28.         SYS:    The disk used to boot up the system
  29.  
  30.           C:    The C directory of SYS:
  31.  
  32.        LIBS:    The libs directory of the boot disk
  33.  
  34.            *    The active Shell window
  35.  
  36.         NIL:    A pseudo device where you send unwanted output.  See the
  37.                 section on Redirection for more details.
  38.  
  39.         RAM:    Your Amiga's Random Access Memory.  You can copy files to
  40.                 RAM: then run them from there to make them faster.  Some 
  41.                 commands, like install, need to be run from RAM: on a single
  42.                 drive machine.
  43.  
  44. Notice that all devices (except *), even assigned devices end with a colon.
  45. Remember to include the colon whenever you Assign a device.  Assigned devices
  46. are treated in exactly the same way as physical devices.  Copying a text 
  47. file to PRT: will print it.  Copying it to NIL: will discard it.  And so on.
  48.